8 Where to Go From Here!
Introduction to the R Programming Language
8.1 Publications
- R for Data Science by Hadley Wickham and Garrett Grolemund
- ggplot2: elegant graphics for data analysis by Hadley Wickham, Danielle Navarro, and Thomas Lin Pedersen
- Fundamentals of Data Visualization by Claus O. Wilke
- Better Data Visualizations: A Guide for Scholars, Researchers, and Wonks by Jon Schwabish
- R Markdown: The Definitive Guide by Yihui Xie, J. J. Allaire, Garrett Grolemund
- fivethirtyeight best and weirdest charts
8.2 People and Places
8.3 Tidy Tuesday
Check out #TidyTuesday on Twitter to follow the submissions
A weekly data project aimed at the R ecosystem. As this project was borne out of the R4DS Online Learning Community and the R for Data Science textbook, an emphasis was placed on understanding how to summarize and arrange data to make meaningful charts with ggplot2, tidyr, dplyr, and other tools in the tidyverse ecosystem. However, any code-based methodology is welcome - just please remember to share the code used to generate the results.
David Robinson, a great data analyst and R package developer, often records live videos where he talks his way through a #TidyTuesday event.
8.4 Getting help
8.4.1 Googling
When Googling for R or data science help, set the search range to the last year or less to avoid out-of-date solutions and to focus on up-to-date practices. The search window can be set by clicking Tools after a Google search.
8.4.2 Stack Overflow
Stack Overflow contains numerous solutions. If a problem is particularly perplexing, it is simple to submit questions. Exercise caution when submitting questions because the Stack Overflow community has strict norms about questions and loose norms about respecting novices.
8.4.3 RStudio community
RStudio Community is a new forum for R Users. It has a smaller back catalog than Stack Overflow but users are friendlier than on Stack Overflow.
8.4.4 CRAN task views
CRAN task views contains thorough introductions to packages and techniques organized by subject matter. The Econometrics, Reproducible Research, and and Social Sciences task views are good starting places.
8.4.5 Twitter
Twitter is mostly bad. But the #rstats hashtag and #rstats community are mostly good. They are also generally inclusive and civil. In particular, open sources developers like Hadley Wickham (@hadleywickham) and Jenny Bryan (@JennyBryan) are active.
I am somewhat happy on Twitter at @awunderground and I am always willing to help with issues.